google.golang.org/grpc/internal/transport.earlyAbortStream.status (field)
8 uses
google.golang.org/grpc/internal/transport (current package)
controlbuf.go#L139: status *status.Status
controlbuf.go#L782: {Name: "grpc-status", Value: strconv.Itoa(int(eas.status.Code()))},
controlbuf.go#L783: {Name: "grpc-message", Value: encodeGrpcMessage(eas.status.Message())},
http2_server.go#L454: status: status.New(codes.Internal, errMsg),
http2_server.go#L474: status: status.Newf(codes.InvalidArgument, "invalid gRPC request content-type %q", contentType),
http2_server.go#L484: status: headerError,
http2_server.go#L550: status: status.New(codes.Internal, errMsg),
http2_server.go#L571: status: stat,